ComponentOne CalendarView for WinForms
C1.Framework Namespace / SR<T> Class / GetImage Method
Resource name.

In This Topic
    GetImage Method
    In This Topic
    Gets the image of the resource with the specified name in the assembly.
    Syntax
    'Declaration
     
    
    Public Shared Function GetImage( _
       ByVal resourceName As String _
    ) As Image
    public static Image GetImage( 
       string resourceName
    )

    Parameters

    resourceName
    Resource name.

    Return Value

    The image in the resource.
    See Also